Dynomotion

Group: DynoMotion Message: 5075 From: fireup_kev Date: 5/26/2012
Subject: Manual Toolchange
I'm trying to implement manual toolchange. On M6 the machine will move to a fix location and pause. Allow the user to change tools. It then run a tool touch-off routine written in C and then the user will hit Execute again to continue the code with the new tool.

The problem is I have to manually put an M0 right after every M6 to have the machine pause. I can not issue an M code from my C program to have it pause. Is there a bug or is it not implemented? I also can not "Hault" the GCode from my C program without it rewinding several GCode lines back. It does not Hault right at M6 command.
Group: DynoMotion Message: 5076 From: Tom Kerekes Date: 5/27/2012
Subject: Re: Manual Toolchange
Hi Kevin,
 
I would have to look into that.  Trying to do a M0 probably won't work.  To have Gcode -> calling an MCode -> calling a C Program -> calling Gcode causes the Interpreter to re-enter itself which it probably doesn't handle correctly.
 
Would throwing up a message box ("OK to Continue?") work for you? 
 
Regards
TK

From: fireup_kev <kliboon@...>
To: DynoMotion@yahoogroups.com
Sent: Saturday, May 26, 2012 11:19 PM
Subject: [DynoMotion] Manual Toolchange

 
I'm trying to implement manual toolchange. On M6 the machine will move to a fix location and pause. Allow the user to change tools. It then run a tool touch-off routine written in C and then the user will hit Execute again to continue the code with the new tool.

The problem is I have to manually put an M0 right after every M6 to have the machine pause. I can not issue an M code from my C program to have it pause. Is there a bug or is it not implemented? I also can not "Hault" the GCode from my C program without it rewinding several GCode lines back. It does not Hault right at M6 command.



Group: DynoMotion Message: 5078 From: carlcnc Date: 5/27/2012
Subject: Re: Manual Toolchange
Kevin
I would handle all this by modifying the post of your cad/cam .
at up to the M0,
then if you call your touchoff "C" with commands to jog the Z down until
bit "N" changes state ,then exit back to kmotion cnc

Tom;
does that make any sense?

CArl


--- In DynoMotion@yahoogroups.com, "fireup_kev" <kliboon@...> wrote:
>
> I'm trying to implement manual toolchange. On M6 the machine will move to a fix location and pause. Allow the user to change tools. It then run a tool touch-off routine written in C and then the user will hit Execute again to continue the code with the new tool.
>
> The problem is I have to manually put an M0 right after every M6 to have the machine pause. I can not issue an M code from my C program to have it pause. Is there a bug or is it not implemented? I also can not "Hault" the GCode from my C program without it rewinding several GCode lines back. It does not Hault right at M6 command.
>
Group: DynoMotion Message: 5082 From: Bengt Sjoelund Date: 5/28/2012
Subject: Re: Manual Toolchange
Hi,
This is very interesting subject as I am about to go this way in my milling machine. Looking forward to learn what kind of solutions can be done.
Cheers
Bengt


--- In DynoMotion@yahoogroups.com, "carlcnc" <carlcnc@...> wrote:
>
> Kevin
> I would handle all this by modifying the post of your cad/cam .
> at up to the M0,
> then if you call your touchoff "C" with commands to jog the Z down until
> bit "N" changes state ,then exit back to kmotion cnc
>
> Tom;
> does that make any sense?
>
> CArl
>
>
> --- In DynoMotion@yahoogroups.com, "fireup_kev" <kliboon@> wrote:
> >
> > I'm trying to implement manual toolchange. On M6 the machine will move to a fix location and pause. Allow the user to change tools. It then run a tool touch-off routine written in C and then the user will hit Execute again to continue the code with the new tool.
> >
> > The problem is I have to manually put an M0 right after every M6 to have the machine pause. I can not issue an M code from my C program to have it pause. Is there a bug or is it not implemented? I also can not "Hault" the GCode from my C program without it rewinding several GCode lines back. It does not Hault right at M6 command.
> >
>